.container {
    width: 1350px;
    margin: 0 auto;
    padding: 0;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}


.product-page .index-title {
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
}

.product-page .index-title h2 {
    font-size: 36px;
}

.product-page .index-title a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #DBDCE0;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 25px auto 0;
    transition: all .2s;
}

.product-page .index-title a:hover {
    background: #F96A69;
    border-color: #F96A69;
    color: #fff;
}

.product-page .banner {
    height: 425px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.product-page .banner-slide {
    width: 1920px;
    margin-left: -360px;
}

.product-page .banner-slide .hd {
    position: relative;
    z-index: 10;
    width: 1200px;
    margin: 0 auto;
    height: 0;
    font-size: 0;
}

.product-page .banner-slide .hd ul {
    position: absolute;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
}

.product-page .banner-slide .hd li {
    float: left;
    height: 2px;
    width: 60px;
    margin: 0 3px;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
    opacity: .5;
    transition: all .2s;
    overflow: hidden;
    text-indent: 100px;
}

.product-page .banner-slide .hd li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    border-bottom: 2px solid #fff;
}

.product-page .banner-slide .hd li.on {
    opacity: 1;
}

.product-page .banner-slide .btn-wrap {
    position: relative;
    z-index: 11;
}

.product-page .banner-slide .btn-wrap a {
    width: 44px;
    height: 80px;
    position: absolute;
    bottom: 172px;
    outline: none;
    transition: all .5s;
    opacity: 0;
    border-radius: 5px;
}

.product-page .banner-slide .btn-wrap .prev {
    left: 0;
    background-position: 12px center;
}

.product-page .banner-slide .btn-wrap .next {
    right: 0;
    background-position: -49px center;
}

.product-page .banner-slide:hover .btn-wrap a {
    opacity: .3;
}

.product-page .banner-slide .btn-wrap a:hover {
    opacity: 1;
}

.product-page .banner-under {
    height: 48px;
    background: rgba(0, 0, 0, .5);
    position: relative;
    z-index: 10;
    top: -48px;
    overflow: hidden;
}

.product-page .banner-under-text li {
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    margin: 0 58px 0 23px;
}

.product-page .banner-under-text li:before {
    content: "";
    width: 28px;
    height: 48px;
    float: left;
    margin-right: 6px;
}

.product-page .banner-under-text li.item-1:before {
    background-position: -28px center;
}

.product-page .banner-under-text li.item-2:before {
    background-position: -85px center;
}

.product-page .banner-under-text li.item-3:before {
    background-position: -55px center;
}

.product-page .banner-under-text li.item-4:before {
    background-position: 0px center;
}

.product-page .banner-under-text li .num {
    font-size: 24px;
    margin-right: 10px;
    float: left;
}

.product-page .banner-under-text li .plus {
    font-size: 24px;
    margin-right: 10px;
    float: left;
}

.product-page .main-category {
    padding: 0 0 25px 0;
    background: #fff;
}

.product-page .main-category .container-list {
    background-color: #F5F6FA
}

.product-page .main-category .list {
    display: block;
    height: 110px;
    width: 1210px;
    margin: 0 auto;
}

.product-page .main-category .list li {
    float: left;
    padding: 18px 0 20px;
    width: 25%;
}

.product-page .main-category .list li.item-1 {
    border-left: 0 none;
}

.product-page .main-category .list li:before {
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 12px;
    content: "";
    margin-right: 6px;
    margin-left: 26px;
}

.product-page .main-category .list li.item-1:before {
    background-position: 0 0;
}

.product-page .main-category .list li.item-1.on:before {
    background-position: -60px 0;
}

.product-page .main-category .list li.item-2:before {
    background-position: -120px 0;
}

.product-page .main-category .list li.item-2.on:before {
    background-position: -180px 0;
}

.product-page .main-category .list li.item-3:before {
    background-position: -240px 0;
}

.product-page .main-category .list li.item-3.on:before {
    background-position: -300px 0;
}

.product-page .main-category .list li.item-4:before {
    background-position: -360px 0;
}

.product-page .main-category .list li.item-4.on:before {
    background-position: -420px 0;
}

.product-page .main-category .list li .text {
    float: left;
    padding-top: 24px;
    padding-bottom: 15px;
    margin-right: -10px;
}

.product-page .main-category .list li h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.product-page .main-category .list li.on a h3 {
    color: #fe4d59;
}

.product-page .main-category .list li p {
    font-size: 14px;
    color: #888;
}

.product-page .main-category .bd > li {
    height: 391px;
    padding: 30px 0;
    position: relative
}

.product-page .main-category .bd .col {
    float: left;
    height: 360px;
}

.product-page .main-category .bd h3 {
    font-size: 16px;
    margin: 10px 0;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

.product-page .main-category .bd .col li h3 {
    font-weight: normal;
}

.product-page .main-category .bd a:hover h3 {
    color: #333;
}

.product-page .main-category .bd .col-1 h3 {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-top: 18px;
}

.product-page .main-category .bd .item-4 .col-1 h3 {
    margin-top: 10px;
}

.product-page .main-category .bd p {
    margin: 10px 0;
    color: #888
}

.product-page .main-category .bd .download {
    width: 130px;
    height: 40px;
    border: 1px solid #E5E5E5;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    display: block;
    margin-right: 15px;
    margin-top: 15px;
    transition: all .2s;
}

.product-page .main-category .bd .download:hover {
    background: #ff5f5f;
    color: #fff;
    border-color: #ff5f5f;
    opacity: .9;
}

.product-page .main-category .bd .col li a {
    width: 360px;
    height: 88px;
    display: inline-block;
    padding: 10px 0 0 25px;
}

.product-page .main-category .bd .col li a:hover {
    background-color: #f5f5f5;
}

.product-page .main-category .bd .col li a:before {
    float: left;
    width: 25px;
    height: 25px;
    margin: 8px 10px 30px 0;
    content: "";
}

.product-page .main-category .bd i {
    margin-top: 2px;
}

.product-page .main-category .bd .col-1 i {
    margin-top: 4px;
}

.product-page .main-category .bd .col-1 {
    width: 30%
}

.product-page .main-category .bd .col-2 {
    width: 40%
}

.product-page .main-category .bd .col-3 {
    width: 30%
}

.product-page .main-category .bd > li:before {
    position: absolute;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #fff;
    top: -18px;
}

.product-page .main-category .bd .item-1:before {
    left: 130px;
}

.product-page .main-category .bd .item-2:before {
    left: 434px;
}

.product-page .main-category .bd .item-3:before {
    left: 726px;
}

.product-page .main-category .bd .item-4:before {
    left: 1036px;
}

.product-page .main-category .bd .item-1 .col-1 h3:nth-child(4) {
    margin-top: 60px
}

.product-page .main-category .bd .col-2 li:nth-child(1) a:before {
    background-position: -183px -63px;
}

.product-page .main-category .bd .col-2 li:nth-child(1) a:hover:before {
    background-position: -213px -63px;
}

.product-page .main-category .bd .col-2 li:nth-child(2) a:before {
    background-position: -3px -93px;
}

.product-page .main-category .bd .col-2 li:nth-child(2) a:hover:before {
    background-position: -33px -93px;
}

.product-page .main-category .bd .col-2 li:nth-child(3) a:before {
    background-position: -3px -123px;
}

.product-page .main-category .bd .col-2 li:nth-child(3) a:hover:before {
    background-position: -33px -123px;
}

.product-page .main-category .bd .col-2 li:nth-child(4) a:before {
    background-position: -3px -153px;
}

.product-page .main-category .bd .col-2 li:nth-child(4) a:hover:before {
    background-position: -33px -153px;
}

.product-page .main-category .bd .col-3 li:nth-child(1) a:before {
    background-position: -63px -63px;
}

.product-page .main-category .bd .col-3 li:nth-child(1) a:hover:before {
    background-position: -93px -63px;
}

.product-page .main-category .bd .col-3 li:nth-child(2) a:before {
    background-position: -63px -93px;
}

.product-page .main-category .bd .col-3 li:nth-child(2) a:hover:before {
    background-position: -93px -93px;
}

.product-page .main-category .bd .col-3 li:nth-child(3) a:before {
    background-position: -63px -123px;
}

.product-page .main-category .bd .col-3 li:nth-child(3) a:hover:before {
    background-position: -93px -123px;
}

.product-page .main-category .bd .col-3 li:nth-child(4) a:before {
    background-position: -63px -153px;
}

.product-page .main-category .bd .col-3 li:nth-child(4) a:hover:before {
    background-position: -93px -153px;
}

.product-page .main-category .jq-div {
    margin-top: 70px;
}

.product-page .main-category .jq-div:before {
    float: left;
    width: 18px;
    height: 16px;
    margin: 1px 3px 0 0;
    content: "";
}

.product-page .main-category .jq-div .jq-qq {
    color: #f75a5a;
}

.product-page .main-category .bd .item-2 .col-2 li:nth-child(1) a:before {
    background-position: -123px -63px;
}

.product-page .main-category .bd .item-2 .col-2 li:nth-child(1) a:hover:before {
    background-position: -153px -63px;
}

.product-page .main-category .bd .item-2 .col-2 li:nth-child(2) a:before {
    background-position: -123px -93px;
}

.product-page .main-category .bd .item-2 .col-2 li:nth-child(2) a:hover:before {
    background-position: -153px -93px;
}

.product-page .main-category .bd .item-2 .col-2 li:nth-child(3) a:before {
    background-position: -123px -123px;
}

.product-page .main-category .bd .item-2 .col-2 li:nth-child(3) a:hover:before {
    background-position: -153px -123px;
}

.product-page .main-category .bd .item-2 .col-2 li:nth-child(4) a:before {
    background-position: -123px -153px;
}

.product-page .main-category .bd .item-2 .col-2 li:nth-child(4) a:hover:before {
    background-position: -153px -153px;
}

.product-page .main-category .bd .item-2 .col-3 li:nth-child(1) a:before {
    background-position: -183px -63px;
}

.product-page .main-category .bd .item-2 .col-3 li:nth-child(1) a:hover:before {
    background-position: -213px -63px;
}

.product-page .main-category .bd .item-2 .col-3 li:nth-child(2) a:before {
    background-position: -183px -93px;
}

.product-page .main-category .bd .item-2 .col-3 li:nth-child(2) a:hover:before {
    background-position: -213px -93px;
}

.product-page .main-category .bd .item-2 .col-3 li:nth-child(3) a:before {
    background-position: -183px -123px;
}

.product-page .main-category .bd .item-2 .col-3 li:nth-child(3) a:hover:before {
    background-position: -213px -123px;
}

.product-page .main-category .bd .item-2 .col-3 li:nth-child(4) a:before {
    background-position: -183px -153px;
}

.product-page .main-category .bd .item-2 .col-3 li:nth-child(4) a:hover:before {
    background-position: -213px -153px;
}

.product-page .main-category .bd .item-3 .col-1 h3:nth-child(4) {
    margin-top: 35px
}

.product-page .main-category .bd .item-3 .jq-div {
    margin-top: 23px;
}

.product-page .main-category .bd .item-3 .jq-div p {
    margin: 0;
    margin-top: 4px;
    font-size: 12px;
    color: #999;
}

.product-page .main-category .item-3 .jq-div:before {
    margin-bottom: 12px;
}

.product-page .main-category .bd .item-3 .btn-2 a {
    width: 100px;
    height: 38px;
    line-height: 37px;
    display: inline-block;
    margin-top: 5px;
}

.product-page .main-category .bd .item-3 .btn-2 a:nth-child(1) {
    background: #ff5f5f;
    color: #fff;
    border-color: #ff5f5f;
    opacity: .9;
}

.product-page .main-category .bd .item-3 .col-2 li:nth-child(1) a:before {
    background-position: -243px -63px;
}

.product-page .main-category .bd .item-3 .col-2 li:nth-child(1) a:hover:before {
    background-position: -273px -63px;
}

.product-page .main-category .bd .item-3 .col-2 li:nth-child(2) a:before {
    background-position: -243px -93px;
}

.product-page .main-category .bd .item-3 .col-2 li:nth-child(2) a:hover:before {
    background-position: -273px -93px;
}

.product-page .main-category .bd .item-3 .col-2 li:nth-child(3) a:before {
    background-position: -243px -123px;
}

.product-page .main-category .bd .item-3 .col-2 li:nth-child(3) a:hover:before {
    background-position: -273px -123px;
}

.product-page .main-category .bd .item-3 .col-2 li:nth-child(4) a:before {
    background-position: -243px -153px;
}

.product-page .main-category .bd .item-3 .col-2 li:nth-child(4) a:hover:before {
    background-position: -273px -153px;
}

.product-page .main-category .bd .item-3 .col-3 li:nth-child(1) a:before {
    background-position: -303px -62px;
}

.product-page .main-category .bd .item-3 .col-3 li:nth-child(1) a:hover:before {
    background-position: -333px -63px;
}

.product-page .main-category .bd .item-3 .col-3 li:nth-child(2) a:before {
    background-position: -303px -93px;
}

.product-page .main-category .bd .item-3 .col-3 li:nth-child(2) a:hover:before {
    background-position: -333px -93px;
}

.product-page .main-category .bd .item-3 .col-3 li:nth-child(3) a:before {
    background-position: -303px -123px;
}

.product-page .main-category .bd .item-3 .col-3 li:nth-child(3) a:hover:before {
    background-position: -333px -123px;
}

.product-page .main-category .bd .item-3 .col-3 li:nth-child(4) a:before {
    background-position: -303px -153px;
}

.product-page .main-category .bd .item-3 .col-3 li:nth-child(4) a:hover:before {
    background-position: -333px -153px;
}

/*
.product-page .main-category .bd .item-4 .col-1 {
    width: 35%
}

.product-page .main-category .bd .item-4 .col-2 {
    width: 34%
}

.product-page .main-category .bd .item-4 .col-3 {
    width: 31%
}

.product-page .main-category .bd .item-4 .col-1 li:nth-child(1) a:before {
    background-position: -363px -61px;
}

.product-page .main-category .bd .item-4 .col-1 li:nth-child(1) a:hover:before {
    background-position: -393px -63px;
}

.product-page .main-category .bd .item-4 .col-1 li:nth-child(2) a:before {
    background-position: -363px -91px;
}

.product-page .main-category .bd .item-4 .col-1 li:nth-child(2) a:hover:before {
    background-position: -393px -93px;
}

.product-page .main-category .bd .item-4 .col-2 li:nth-child(1) a:before {
    background-position: -363px -123px;
}

.product-page .main-category .bd .item-4 .col-2 li:nth-child(1) a:hover:before {
    background-position: -393px -123px;
}

.product-page .main-category .bd .item-4 .col-2 li:nth-child(2) a:before {
    background-position: -363px -153px;
}

.product-page .main-category .bd .item-4 .col-2 li:nth-child(2) a:hover:before {
    background-position: -393px -153px;
}

.product-page .main-category .bd .item-4 .col-3 li:nth-child(1) a:before {
    background-position: -423px -63px;
}

.product-page .main-category .bd .item-4 .col-3 li:nth-child(1) a:hover:before {
    background-position: -453px -63px;
}

.product-page .main-category .bd .item-4 .col-3 li:nth-child(2) a:before {
    background-position: -423px -95px;
}

.product-page .main-category .bd .item-4 .col-3 li:nth-child(2) a:hover:before {
    background-position: -453px -93px;
}*/

.product-page .solution {
    width: 100%;
    overflow: hidden;
    padding-bottom: 63px;
}

.product-page .solution .swiper-container {
    width: 1730px;
    margin-left: -265px;
}

.product-page .solution .swiper-slide {
    width: 330px;
    height: 420px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.product-page .solution .swiper-slide .img img {
    width: 330px;
    height: 420px;
    transition: all .4s;
}

.product-page .solution .swiper-slide:hover .img img {
    transform: scale(1.05);
}

.product-page .solution .swiper-slide .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    padding: 0 21px;
}

.product-page .solution .swiper-slide-active .text,
.product-page .solution .swiper-slide-duplicate-active .text {
    display: none;
}

.product-page .solution .swiper-slide .text h3 {
    font-size: 24px;
    margin-top: 350px;
}

.product-page .solution .swiper-slide .text p {
    font-size: 14px;
    margin-top: 6px;
}

.product-page .solution .swiper-slide .extra {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, .8);
    top: 204px;
    bottom: 0;
    padding: 0 20px;
    text-align: center;
    -webkit-transform: translate(0, 420px);
    -moz-transform: translate(0, 420px);
    transform: translate(0, 420px);
    transition: all .2s;
}

.product-page .solution .swiper-slide .extra h3 {
    font-size: 24px;
    margin: 30px 0 20px;
    color: #fff;
}

.product-page .solution .swiper-slide .extra p {
    font-size: 14px;
    color: #888;
    margin-bottom: 22px;
    line-height: 25px;
    color: #fff;
}

.product-page .solution .swiper-slide .extra .btn-wrap {
    overflow: hidden;
    padding-left: 6px;
}

.product-page .solution .swiper-slide .extra .btn-wrap a {
    float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 16px;
    transition: all .2s;
    font-size: 14px;
}

.product-page .solution .swiper-slide .extra .btn-wrap a:hover {
    background: #F96A69;
    color: #fff;
    border-color: #F96A69
}

.product-page .solution .swiper-slide .extra .btn-wrap a.btn-2 {
    background: #fff;
    color: #000;
    margin-right: 0;
}

.product-page .solution .swiper-slide .extra .btn-wrap a.btn-2:hover {
    background: #F96A69;
    color: #fff;
}

.product-page .solution .swiper-slide-active .extra,
.product-page .solution .swiper-slide-duplicate-active .extra {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.product-page .product-page-more {
    height: 600px;
    /*    background: #151515;
    */
    width: 100%;
    overflow: hidden;
}

.product-page .product-page-more-slide .fixed-box {
    height: 600px;
    position: relative;
}

.product-page .product-page-more-slide .hd {
    width: 350px;
    position: absolute;
    z-index: 2;
    background:rgba(0, 0, 0, 0.23921568627450981);
    height: 600px;
    left: 0;
    top: 0;
    color: #fff;
}

.product-page .product-page-more-slide .hd ul {
    margin-top: 60px;
}

.product-page .product-page-more-slide .hd li {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    cursor: default;
    transition: all .5s;
    cursor: pointer
}

.product-page .product-page-more-slide .hd li a {
    color: #fff;
}

.product-page .product-page-more-slide .hd li:after {
    content: "";
    width: 80%;
    border-bottom: 1px solid #2A2A2A;
    position: absolute;
    left: 10%;
    bottom: 0;
}

.product-page .product-page-more-slide .hd li i {
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    background: url("../i/icon-product.png") no-repeat;
    width: 85px;
    height: 85px;
    position: relative;
    z-index: 2;
    transition: all .2s;
}

.product-page .product-page-more-slide .hd li.item-1 i {
    background-position: 0 0;
}

.product-page .product-page-more-slide .hd li.item-2 i {
    background-position: -87px 0px;
}

.product-page .product-page-more-slide .hd li.item-3 i {
    background-position: -173px -0px;
}

/*
.product-page .product-page-more-slide .hd li.item-4 i {
    background-position: -120px 0;
}

.product-page .product-page-more-slide .hd li.item-5 i {
    background-position: -160px 0;
}

.product-page .product-page-more-slide .hd li.item-6 i {
    background-position: -200px 0;
}*/

.product-page .product-page-more-slide .hd li.item-1.on i {
    background-position: 0 -85px;
}

.product-page .product-page-more-slide .hd li.item-2.on i {
    background-position: -87px -82px;
}

.product-page .product-page-more-slide .hd li.item-3.on i {
    background-position: -173px -80px;
}

/*
.product-page .product-page-more-slide .hd li.item-4.on i {
    background-position: -120px -40px;
}

.product-page .product-page-more-slide .hd li.item-5.on i {
    background-position: -160px -40px;
}

.product-page .product-page-more-slide .hd li.item-6.on i {
    background-position: -200px -40px;
}*/

.product-page .product-page-more-slide .hd li:before {
    background: rgba(255, 141, 20, 0.6196078431372549);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    transition: all .2s;
}

.product-page .product-page-more-slide .hd li.on:before {
    width: 100%;
}

.product-page .product-page-more-slide .hd li.on:after {
    display: none;
}

.product-page .product-page-more-slide .hd .text {
    position: relative;
    z-index: 2;
}

.product-page .product-page-more-slide .hd .text h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.product-page .product-page-more-slide .hd .text p {
    font-size: 14px;
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

.product-page .product-page-more-slide .bd {
    width: 1920px;
    /*    height: 600px !important;*/
    margin-left: -355px;
}

.product-page .product-page-more-slide .bd li {
    height: 600px;
}

.product-page .product-page-more-slide .bd li.item-1 {
    background: url("../i/product-banner1.jpg") no-repeat center top;
}

.product-page .product-page-more-slide .bd li.item-2 {
    background: linear-gradient(rgba(5, 14, 30, 0.5), rgba(5, 13, 28, 0.5)), url(../i/product-banner2.jpg)  center top ;
	
}

.product-page .product-page-more-slide .bd li.item-3 {
    background: linear-gradient(rgba(5, 14, 30, 0.5), rgba(5, 13, 28, 0.5)), url(../i/product-banner3.jpg)  center top ;
}

/*
.product-page .product-page-more-slide .bd li.item-4 {
    background: url("../i/banner4.jpg") no-repeat center top;
}

.product-page .product-page-more-slide .bd li.item-5 {
    background: url("../i/banner5.jpg") no-repeat center top;
}

.product-page .product-page-more-slide .bd li.item-6 {
    background: url("../i/banner6.jpg") no-repeat center top;
}*/

.product-page .product-page-more-slide .bd .inner {
    padding-left: 450px;
    padding-top: 73px;
    color: #fff;
}

.product-page .product-page-more-slide .bd h2 {
    font-size: 24px;
    margin-bottom: 38px;
}

.product-page .product-page-more-slide .bd .intro {
    font-size: 14px;
    margin-bottom: 40px;
}

.product-page .product-page-more-slide .bd .intro dt {
    margin-bottom: 10px;
}

.product-page .product-page-more-slide .bd .intro dd {
    color: #f3f3f3;
    margin-bottom: 20px;
    line-height: 1.8;
}

.product-page .product-page-more-slide .bd .btn-wrap {
    overflow: hidden;
    margin-bottom: 40px;
}

.product-page .product-page-more-slide .bd .btn-wrap a {
    width: 130px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 15px;
    transition: all .2s;
}

.product-page .product-page-more-slide .bd .btn-wrap a.btn-2 {
    background: #fff;
    color: #000;
}

.product-page .product-page-more-slide .bd .btn-wrap a:hover {
    background: #ff8d149e;
    color: #fff;
    border-color: #ff8d149e;
}

.product-page .product-page-more-slide .bd .btn-wrap a.btn-2:hover {
    background: #ff8d149e;
    color: #fff;
    border-color: #ff8d149e;
}

.product-page .product-page-more-slide .bd .example h3 {
    margin-bottom: 15px;
}

.product-page .product-page-more-slide .bd .example li {
    float: left;
    margin-right: 20px;
    width: 200px;
}

.product-page .product-page-more-slide .bd .example li img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.product-page .video .inner {
    display: block;
    cursor: pointer;
}
